home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / nihcl-30.lha / nihcl-3.0 / errfac / testerrs.err < prev   
Text File  |  1990-05-16  |  6KB  |  83 lines

  1. ; nihclerrs.err -- error definitions for C++ NIHCL library
  2. ;
  3. ;Author:
  4. ;    K. E. Gorlen
  5. ;    Computer Systems Laboratory, DCRT
  6. ;    National Institutes of Health
  7. ;    Bethesda, MD 20892
  8. ;
  9. ; $Header: /afs/alw.nih.gov/unix/sun4_40c/usr/local/src/nihcl-3.0/share/errfac/RCS/testerrs.err,v 3.0 90/05/15 22:37:06 kgorlen Rel $
  10. ;
  11. .facility    NIHCL    NIHCL__
  12. .severity    FATAL
  13. ALLOCSIZE    IS    "[ALLOCSIZE] Negative or zero object allocation size requested: %#.8x->%s()"
  14. ASTACT        ISS    "[ASTACT] Function called from AST/SIGNAL level: %#.8x->%s::%s()"
  15. ASTBLK        ISS    "[ASTBLK] AST tried to block on semaphore: %#.8x->%s::%s()"
  16. ASTINACT    ISS    "[ASTINACT] Function not called from AST/SIGNAL level: %#.8x->%s::%s()"
  17. BADARGCL    SSSS    "[BADARGCL] Invalid argument class: expected %s(%s), was %s(%s)"
  18. BADARGCLM    SSSSSS    "[BADARGCLM] Invalid argument class: expected %s::%s(%s), was %s::%s(%s)"
  19. BADARGSP    SSSS    "[BADARGSP] Invalid argument species: expected %s(%s), was %s(%s)"
  20. BADARGSPM    SSSSSS    "[BADARGSPM] Invalid argument species: expected %s::%s(%s), was %s::%s(%s)"
  21. BADCLASS    SS    "[BADCLASS] Invalid object class: expected %s, was %s"
  22. BADDAY        I    "[BADDAY] Invalid day of week: %d"
  23. BADDAYNAM    S    "[BADDAYNAM] Invalid day of week name: %s"
  24. BADERRNUM    SI    "[BADERRNUM] Invalid error code: %s(%d)"
  25. BADMODAY    IISI    "[BADMODAY] Invalid day of month: %#.8x->Date::Date(%d,%s,%d)"
  26. BADMONAM    S    "[BADMONAM] Invalid month name: %s"
  27. BADMONTH    I    "[BADMONTH] Invalid month: %d"
  28. BADPRI        II    "[BADPRI] Requested process priority (%d) exceeds maximum (%d)"    
  29. BADRANGE    ISSII    "[BADRANGE] Invalid or undefined Range: %#.8x->%s::%s([%d:%d])"
  30. BADREGEX    SIS    "[BADREGEX] %s: %#.8x->Regex::Regex(\"%s\")"
  31. BADSPEC        SS    "[BADSPEC] Invalid object species: expected %s, was %s"
  32. BADSTMBR    IS    "[BADSTMBR] %#.8x->%s::storeMemberOn() not called from Object::storeOn()"
  33. BADTIME        ISIIIIS    "[BADTIME] Invalid date/time: %d-%.3s-%d %02d:%02d:%02d %s"
  34. BADTRACETBL    ISI    "[BADTRACETBL] Invalid trace table at %#.8x: %#.8x->%s::create()"
  35. CLTNEMPTY    ISS    "[CLTNEMPTY] Collection empty: %#.8x->%s::%s()"
  36. CPSEMWAIT    IIS    "[CPSEMWAIT] Attempt to copy semaphore with %d waiting process(es): %#.8x->%s::deepCopy()"
  37. DATERANGE    ISI    "[DATERANGE] Date %d-%.3s-%d out of range for conversion to Time"
  38. DBLLNK        SSISSSI    "[DBLLNK] Attempt to add %s to two %ss: %#.8x->%s::%s((%s*)%#.8x)"
  39. DELLNK        SII    "[DELLNK] Attempt to delete %s with non-NULL next (=%#.8x): %#.8x->~Link()"
  40. DLSEMWAIT    IIS    "[DLSEMWAIT] Attempt to delete semaphore with %d waiting process(es): %#.8x->~%s()"
  41. DRVDCLASSRSP    ISS    "[DRVDCLASSRSP] Unimplemented function %#.8x->%s::%s()"
  42. DUPKEY        ISSSI    "[DUPKEY] Tried to add duplicate key: %#.8x->%s::%s((%s*)%#.8x)"
  43. FCTNOV        IS    "[FCTNOV] Fraction overflow: %#.8x->Fraction::Fraction(%s)"
  44. FCTNUN        IS    "[FCTNUN] Fraction underflow: %#.8x->Fraction::Fraction(%s)"
  45. ILLEGALFCN    S    "[ILLEGALFCN] Illegal function %s()"
  46. ILLEGALMFCN    ISS    "[ILLEGALMFCN] Illegal function %#.8x->%s::%s()"
  47. INDEXRANGE    IS    "[INDEXRANGE] Index out of range: %#.8x->%s::operator[]()"
  48. INVALIDPS    SISI    "[INVALIDPS] Invalid process %s state: %#.8x->%s.state=%d"
  49. KEYNOTFOUND    ISSI    "[KEYNOTFOUND] Key not found: %#.8x->%s::atKey((%s*)%#.8x)"
  50. NOISA            "[NOISA] isA() function not defined for some class"
  51. NOTINIT        SISS    "[NOTINIT] Tried to use uninitialized class %s: %#.8x->%s::%s()"
  52. NYET        SS    "[NYET] Sorry, %s::%s is not implemented yet"
  53. OBNOTFOUND    ISSSI    "[OBNOTFOUND] Object not found: %#.8x->%s::%s((%s*)%#.8x)"
  54. RDABSTCLASS    S    "[RDABSTCLASS] Tried to read object of abstract class %s"
  55. RDBADSIG    SII    "[RDBADSIG] Incorrect class %s signature encountered on read: expected %d, was %d"
  56. RDBADTYP    II    "[RDBADTYP] Bad record type (%d) read from file descriptor %d"
  57. RDEOF            "[RDEOF] Premature EOF encountered on input stream"
  58. RDFAIL        S    "[RDFAIL] Input stream read failed ... %s ..."
  59. RDREFERR    SI    "[RDREFERR] Tried to read object reference into pre-allocated area: class %s @%d"
  60. RDSYNERR    SS    "[RDSYNERR] Syntax error on input stream: expected %s, was %s ..."
  61. RDUNKCLASS    S    "[RDUNKCLASS] Tried to read object of unknown class %s"
  62. RDWRONGCLASS    SS    "[RDWRONGCLASS] Tried to read object of wrong class: expected %s, was %s"
  63. READBINERR    S    "[READBINERR] %s"
  64. READBINUNDFL    II      "[READBINUNDFL] Underflow -- %d bytes expected - %d bytes read"
  65. REMOVEERR    ISSI    "[REMOVEERR] Tried to remove object not in collection: %#.8x->%s::remove((%s*)%#.8x)"
  66. RESRUN        SI    "[RESRUN] Attempt to resume RUNNING process %s (%#.8x)"
  67. RESTERM        SI    "[RESTERM] Attempt to resume TERMINATED process %s (%#.8x)"
  68. SCHEDCTOR    IS    "[SCHEDCTOR] Attempt to construct Scheduler object: %#.8x->%s::Scheduler()"
  69. SLICERANGE    ISIIII    "[SLICERANGE] Vector slice out of range: %#.8x->%s[%d](%d,%d,%d)"
  70. STACKOV        S    "[STACKOV] Process %s stack overflow"
  71. STMBRREF        IIS    "[STMBRREF] Attempt to store member variable object with reference @%d: %#.8x->%s::storeOn()"
  72. STOREBINERR    S    "[STOREBINERR] %s"
  73. STREFMBR        IS    "[STREFMBR] Attempt to store reference to member variable object: %#.8x->%s::storeOn()"
  74. STROV        I    "[STROV] String buffer overflowed during read (%u characters)"
  75. STSEMWAIT    IIS    "[STSEMWAIT] Attempt to store semaphore with %d waiting process(es): %#.8x->%s::storeOn()"
  76. SUBSTRERR    ISII    "[SUBSTRERR] SubString position/length out of range: %#.8x->%s::operator()(%d,%d)"
  77. SUSTERM        SI    "[SUSTERM] Attempt to suspend TERMINATED process %s (%#.8x)"
  78. UNKCLASS    S    "[UNKCLASS] Could not find class descriptor for class %s"
  79. VECTOREMPTY    SSI    "[VECTOREMPTY] Illegal operation on zero-length %s: %s(%#.8x)"
  80. VECTORLENGTH    ISIISI    "[VECTORLENGTH] Unequal lengths: %#.8x->%s[%d] and %#.8x->%s[%d]"
  81. VECTORSELECT    ISIIII    "[VECTORSELECT] Unequal lengths: %#.8x->%s[%d] and %d ones in %#.8x->BitVec[%d]"
  82. ZERODEN        III    "[ZERODEN] Attempt to construct Fraction with zero denominator: %#.8x->Fraction::Fraction(%d,%d)"
  83.